1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http:
//www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5 <title>Welcome to Stock Management System !</title>
6 <meta http-equiv=
"Content-Type" content="text/html; charset=iso-8859-1">
7 <link rel=
"stylesheet" type="text/css" href="style.css" />
8 <link rel=
"stylesheet" type="text/css" href="login.css" />
9 <script type=
"text/javascript" src="login.js"></script>
10
11 <style type=
"text/css">
12 <!--
13 body {
14     margin-left: 0px;
15     margin-top: 0px;
16     margin-right: 0px;
17     margin-bottom: 0px;
18     background-color: #FFFFFF;
19 }
20
21 *{
22 padding: 0px;
23 margin: 0px;
24 }
25 .style2 {color: #
000000}
26
27 -->
28 </style>
29 </head>
30
31 <body>
32 <table width=
"100%" border="0" cellspacing="0" cellpadding="0">
33   <tr>
34     <td align=
"center" valign="top"><table width="960" border="0" cellspacing="0" cellpadding="0">
35       <tr>
36         <td><table width=
"960" border="0" cellpadding="0" cellspacing="0" bgcolor="#F5F5F5">
37           <tr>
38             <td height=
"90" align="left" valign="top"><img src="images/topbanner.jpg" width="960" height="82"></td>
39           </tr>
40           <tr>
41             <td height=
"800" align="left" valign="top">
42             
43             <div align=
"center" style="margin-top:30px; ">
44             
45             
46             
47             
48             
49             
50             
51 <div id=
"content">
52     <div
class="constrainedContent" id="contentWrap">
53     
54     <script type=
"text/javascript" src="FormSpring_files/user.js"></script>
55 <link rel=
"stylesheet" type="text/css" href="FormSpring_files/login.css">
56
57
58
59 <!--[
if lte IE 6]>
60 <div
class="warning">
61     <h2 style=
"margin:8px 0 24px 0;">You're using an old version of Internet Explorer</h2>
62     <p>To
get the maximum functionality while using FormSpring,
63         please download the <a href=
"http://www.microsoft.com/windows/internet-explorer/">latest version of Internet Explorer</a>.
64         <br /><br />
65         If you
're not able to upgrade Internet Explorer, we suggest you try a browser like <a href="http://getfirefox.com">FireFox</a>, <a href="http://www.google.com/chrome">Google Chrome</a> or <a href="http://apple.com/safari">Safari</a>.
66     </p>
67 </div>
68 <![endif]-->
69 <font color=
"#FF0000">
70 <?php
71  error_reporting (E_ALL ^ E_NOTICE);
72  echo $_GET[
'msg'];
73
74  ?>
75 </font>
76 <form method=
"post" action="checklogin.php" id="loginForm">
77
78
79 <div id=
"loginContainer">
80
81     <div id=
"loginHeader">
82                     <h1 style=
"color:#fff; font-size:16pt">Login</h1>
83             </div>
84        
85     <table id=
"loginContent">
86         <tbody><tr>
87             <td
class="tdLabel"><label for="email">UserName</label></td>
88             <td><input id=
"email" name="myusername" size="25" type="text"></td>
89         </tr>
90         <tr>
91             <td
class="tdLabel"><label for="password">Password</label></td>
92             <td>
93                 <input id=
"password" name="mypassword" size="25"
94 type=
"password"> </td>
95         </tr>
96         
97                 
98         <tr>
99             <td>&nbsp;</td>
100             <td>
101                 <input
value="Login" id="submit" type="submit">
102                     </td>
103         </tr>
104     </tbody></table>
105        
106 </div>
107
108 </form>
109
110             
111             
112             
113             
114             
115             
116             
117             
118             </td>
119           </tr>
120           <tr>
121             <td height=
"30" align="center" bgcolor="#88D2F5"><span class="style2"><a href="http://www.pluskb.com">Developed by PlusKB Innovations</a></span></td>
122           </tr>
123         </table></td>
124       </tr>
125     </table></td>
126   </tr>
127 </table>
128
129 </body>
130 </html>


Gõ tìm kiếm nhanh...